home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / SFX-Player / Mpeg / MrMPEG / Clean.rexx < prev    next >
OS/2 REXX Batch file  |  1999-03-29  |  81b  |  9 lines

  1. /* Clean.rexx */
  2.  
  3. address MrMPEG
  4.  
  5. call Stop()
  6. call Save(0)
  7. call ListSave(0)
  8. quit
  9.